Welcome![Sign In][Sign Up]
Location:
Search - jsp odbc

Search list

[Web Serverjsp-chapter5

Description: 本实例是一个由JSP实现的网上购物系统。本实例实现了基本的登录验证、查询商品、分页处理、购物车处理以及订单处理功能。程序安装方法是: 第一步:将cart.jsp复制到C:\\Apache Tomcat 4.0\\webapps\\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\\Apache Tomcat 4.0\\common\\classes目录中。 第三步:将cart.mdb复制到C:\\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试-examples of this is a JSP-line shopping system. The examples of the basic implementation of login verification, inquiries goods, tab, Cart handling and order processing functions. Installation is as follows : the first step : cart.jsp copied to C : \\ Apache Tomcat 4.0 \\ webapps \\ ROOT under. Second step : cart directory (*. class contains documents and *. java) copied to C : \\ Apache Tomcat 4.0 \\ common \\ classes directory. Third step : cart.mdb copied to C : \\ under. The fourth step : preparation ODBC data sources, the DNS system cart.mdb added, and named for the cart. Then in a browser importation http://localhost:8080/cart.jsp test
Platform: | Size: 5917 | Author: 浦嘉琪 | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName(\"com.microsoft.jdbc.sqlserver.SQLServerDriver\") String driver = \"jdbc:microsoft:sqlserver://localhost:1433\" Connection conn = DriverManager.getConnection(driver,\"\",\"\") 修改成: Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\") String driver = \"jdbc:odbc:try\" Connection conn = DriverManager.getConnection(driver,\"sa\",\"\") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http : / / localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11861 | Author: fly | Hits:

[JSP/Javatongxuelu(jsp+javabean)

Description: 一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。 编程环境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首页文件模块 add_new.jsp-----------------增加记录模块 modify.jsp------------------修改记录模块 del.jsp---------------------删除记录模块 save.jsp--------------------保存记录模块 search.jsp------------------查找记录模块 in.jsp----------------------导入常用的类模块 src\\ConDb.java--------------连接数据库的JavaBean 数据库文件:TXL.mdb 安装运行:解压后放入Tomcat\\webapps 配置数据源:控制面板--->数据源ODBC---->系统DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->数据源名称:class---->选择数据库文件所在目录 在浏览器下输入:http://localhost:8080/txl
Platform: | Size: 23598 | Author: lanxin | Hits:

[WEB CodeJSP网络购物系统 v1.0 简易安装版

Description: 一个J2EE开发的商务网站1.配置tomcat服务器--首先安装jdk,后安装tomcat 详细配置说明 2.点击jspshop 1.0.exe安装文件。(注意在安装时选择目录 tomcat根目录\\webapps\\root.) 3.设置数据源:控制面板--管理工具--数据源(ODBC)--添加 用户数据源 选择 驱动器为:microsoft Access Driver 数据源名为jspshop 数据库在 tomcat根目录\\webapps\\root\\jspshop\\database\\db.mdb 数据库可以重命名(建议); 4.安装成功,重新启动服务器Tomcat,用浏览器中输http://localhost:8080/jspshop进行测试 -a J2EE development of a business website. Tomcat server configuration -- first jdk installed, installed after tomcat detailed configuration Note 2. Click jspshop 1.0.exe installation. (Note that the installation directory tomcat root directory \\ webapps \\ root.) 3. Set up data sources : the control panel -- Tools -- Data Sources (ODBC) -- Data Sources add users to choose Drivers : microsoft Access Driver data source database called jspshop tomcat root directory \\ webapps \\ root \\ jspshop \\ database \\ db.mdb database can rename (proposal); 4. the successful installation, restart Tomcat server, browser lost http://localhost:8080/jspshop test
Platform: | Size: 1488685 | Author: 张三 | Hits:

[JSP/JavaNewsSystem

Description: 新闻发布系统1.0 第一步:解开压缩包,到Tomcat或其他网络服务器中。 第二步:请在WEB-INF\classes\目录下新建一个news文件夹,把sql_data.java和sql_data.class复制到news目录下 ,这样配好Beans。 第三步:在数据源ODBC中建立数据连接,点击系统dsn,添加access数据库,之后选择news.mdb数据库,完成数据库 连接。 第四步:浏览器打开http://127.0.0.1:8080/...main.jsp。-News Publishing System 1.0 first step : remove compressed, to Tomcat or other network servers. Second step : WEB-INF \ classes \ directory news of a new folder, and sql_data.class sql_data.java copied to the news directory, properly Beans. Third step : ODBC data sources to establish data connectivity, click system dsn, add database access, choosing news.mdb database, complete database connections. The fourth step : http://127.0.0.1:8080/...main.jsp open the browser.
Platform: | Size: 53248 | Author: 康小雨 | Hits:

[WEB CodeGVclub v1.0 beta 源代码

Description: 一个论坛的源代码,很有帮助,>> 今晚在线社区 GVclub 由 今晚在线(天津)工作室 出品JSP+JavaBean+msSQL>> GVclub特色说明1.沿袭今晚在线论坛独有的双风格分桢形式2.社区最多可进行3级分类,大部分论坛应该够用了。3.多种发帖类型: 普通帖、积分浏览帖、金钱购买帖、散分(求助)帖、 回复可见帖 4.更贴心得发帖辅助功能,可自动识别URL和图片。5.采用类似今晚在线文章系统的后台管理等级无限级自定义分类,真正适合多用户管理。6.其它基本具备了GVbbs v5.0的全部功能这里不再敖述。>> GVclub v1.0 测试版 开发环境win2003 tomcat-5.5.4 java文件基本都属于手工编写,编译工具netbeans。数据库 ms sql 连接方式 odbc-a forum for the source code and very helpful> tonight online communities online GVclub from tonight (Tianjin) studio produced JSP JavaBean msSQL>> Note 1 GVclub characteristics. This followed a unique online forum-style form of two sub-Lo. Communities up for three classification Most of the Forum should be enough. 3. Posting a variety of types : general security, Integral View proposal, money to buy invitations and scattered (for assistance) invitations and reply can be seen TIE 4. More experience affixed posting ancillary functions that can automatically identify URL and photos. 5. Similar articles online tonight systems management background levels since the unlimited class classification definition, is really suitable for multi-user management. 6. Other basic GVbbs v5.0 wit
Platform: | Size: 136192 | Author: 一一 | Hits:

[WEB CodeJSP网络购物系统 v1.0 简易安装版

Description: 一个J2EE开发的商务网站1.配置tomcat服务器--首先安装jdk,后安装tomcat 详细配置说明 2.点击jspshop 1.0.exe安装文件。(注意在安装时选择目录 tomcat根目录\webapps\root.) 3.设置数据源:控制面板--管理工具--数据源(ODBC)--添加 用户数据源 选择 驱动器为:microsoft Access Driver 数据源名为jspshop 数据库在 tomcat根目录\webapps\root\jspshop\database\db.mdb 数据库可以重命名(建议); 4.安装成功,重新启动服务器Tomcat,用浏览器中输http://localhost:8080/jspshop进行测试 -a J2EE development of a business website. Tomcat server configuration-- first jdk installed, installed after tomcat detailed configuration Note 2. Click jspshop 1.0.exe installation. (Note that the installation directory tomcat root directory \ webapps \ root.) 3. Set up data sources : the control panel-- Tools-- Data Sources (ODBC)-- Data Sources add users to choose Drivers : microsoft Access Driver data source database called jspshop tomcat root directory \ webapps \ root \ jspshop \ database \ db.mdb database can rename (proposal); 4. the successful installation, restart Tomcat server, browser lost http://localhost:8080/jspshop test
Platform: | Size: 1488896 | Author: 张三 | Hits:

[Web ServerGbookOfCool留言本mysql

Description: 利用jsp+mysql+jdbc-odbc桥做的网络留言功能,可以上载帖子.-use jsp mysql jdbc- odbc Bridge do a voice network, on the postings.
Platform: | Size: 829440 | Author: 甘朗 | Hits:

[ADO-ODBCjsp_sqlserver_shopping

Description: 用JSP和数据库实现购物车的源程序,JSP通过JDBC-ODBC来调用sql数据库-using JSP and database Cart source, JSP through JDBC-ODBC to call sql database
Platform: | Size: 3072 | Author: 张剑侠 | Hits:

[Web Serverjsp-chapter5

Description: 本实例是一个由JSP实现的网上购物系统。本实例实现了基本的登录验证、查询商品、分页处理、购物车处理以及订单处理功能。程序安装方法是: 第一步:将cart.jsp复制到C:\Apache Tomcat 4.0\webapps\ROOT下。 第二步:将cart目录(包含*.class文件及*.java文件)复制到C:\Apache Tomcat 4.0\common\classes目录中。 第三步:将cart.mdb复制到C:\下。 第四步:配制ODBC数据源,在系统DNS中添加cart.mdb,并命名为cart。 然后在浏览器中输入http://localhost:8080/cart.jsp测试-examples of this is a JSP-line shopping system. The examples of the basic implementation of login verification, inquiries goods, tab, Cart handling and order processing functions. Installation is as follows : the first step : cart.jsp copied to C : \ Apache Tomcat 4.0 \ webapps \ ROOT under. Second step : cart directory (*. class contains documents and*. java) copied to C : \ Apache Tomcat 4.0 \ common \ classes directory. Third step : cart.mdb copied to C : \ under. The fourth step : preparation ODBC data sources, the DNS system cart.mdb added, and named for the cart. Then in a browser importation http://localhost:8080/cart.jsp test
Platform: | Size: 6144 | Author: 浦嘉琪 | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver") String driver = "jdbc:microsoft:sqlserver://localhost:1433" Connection conn = DriverManager.getConnection(driver,"","") 修改成: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver") String driver = "jdbc:odbc:try" Connection conn = DriverManager.getConnection(driver,"sa","") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http :// localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11264 | Author: fly | Hits:

[JSP/JavaJSPnew

Description: 顺天科技JSP新闻发布系统1.0版 1. 运行环境:JDK 1.4, Resin或Tomcat 2. 数 据 库:access+JDBC-ODBC驱动 3. 其 他:IE5.0+ 本程序在JDK 1.4.2, Resin 3, Mysql 4.18, IE6.0 Win2K 环境测试成功。-Sunchon JSP technology news release version 1.0 of a system. Operation Environment : JDK 1.4, Resin or Tomcat 2. Database : access JDBC-ODBC Driver 3. Others : lE5.0 procedures in the JDK 1.4.2, Resin 3, Mysql 4.18. IE6.0 Win2K environmental testing success.
Platform: | Size: 205824 | Author: 尚志强 | Hits:

[JSP/Javajspforum

Description: 用jsp调用javabean的基于jdbc:odbc驱动的论坛系统-Using jsp-based call JavaBean jdbc: odbc driver forum system
Platform: | Size: 103424 | Author: terry | Hits:

[JSP/Javatongxuelu(jsp+javabean)

Description: 一个简单的同学录系统,有增、删、修改、查询、分页功能,非常适合JSP的初学者。 编程环境:MyEclipse+Access+Tomcat5.5 文件列表: index.jsp-------------------首页文件模块 add_new.jsp-----------------增加记录模块 modify.jsp------------------修改记录模块 del.jsp---------------------删除记录模块 save.jsp--------------------保存记录模块 search.jsp------------------查找记录模块 in.jsp----------------------导入常用的类模块 src\ConDb.java--------------连接数据库的JavaBean 数据库文件:TXL.mdb 安装运行:解压后放入Tomcat\webapps 配置数据源:控制面板--->数据源ODBC---->系统DNS---->添加----->Driver do Micrsoft Access(*.mdb) ---->数据源名称:class---->选择数据库文件所在目录 在浏览器下输入:http://localhost:8080/txl-Classmates of a simple system, has increased, delete, modify, query, paging functions, very suitable for beginners of JSP. Programming environment: MyEclipse+ Access+ Tomcat5.5 list of files: index.jsp- Home file module add_new.jsp- increased recording module recording module modify.jsp modified del.jsp- delete records save.jsp module record-keeping module search.jsp Import records in.jsp search module used to connect srcConDb.java class module database JavaBean database file: TXL.mdb install run: After extracting the data source configuration Tomcatwebapps Add to: Control Panel-
Platform: | Size: 23552 | Author: lanxin | Hits:

[JSP/Javabean

Description: 一个jsp+javabean的用户验证。(access数据库,在ODBC建数据源)
Platform: | Size: 13312 | Author: leecafe | Hits:

[WEB CodejspaccessBBS

Description: --- --- --- --- --- ---- 1.数据连接:ODBC>>系统DNS>>BBS 数据库文件bbs01.mdb 无用户名及密码 2.class文件,位于JAVACLASS目录下,请将其下的TEST目录,放到CLASSPATH指定的目录下。 其中bbsreg.java包含数据库连接部分,必要时可重新编译。 3.本论坛管理员名及密码:anan ----------- 1. Data connections: ODBC
Platform: | Size: 133120 | Author: 龙军一 | Hits:

[JSP/Javajspshop

Description: jsp+access开发的网上销售手机网站 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop下面database下的db.mdb,为了安全,您可以把数据库放置 在任何地方,只需保证这里的连接到那个数据库即可) 6.单击“确定” 7.完成数据源设置 设置完数据源以后,您只须把我们给您的文件中的classes文件下复制到 网站根目录的web-inf文件夹下面; 然后重启服务器即可。-jsp+ access the development of mobile phones online sales site 1. to enter the
Platform: | Size: 736256 | Author: | Hits:

[JSP/Javabookshop

Description: 本科时候的毕业设计,用jsp做的网上书店, 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop下面database下的db.mdb,为了安全,您可以把数据库放置 在任何地方,只需保证这里的连接到那个数据库即可) 6.单击“确定” 7.完成数据源设置-Time undergraduate graduation design, using jsp to do the online bookstore, 1. To enter the
Platform: | Size: 1390592 | Author: | Hits:

[SQL Serverxjgl

Description: 本系统对学生信息操作控制流程和相关数据信息进行了较为全面且科学高效的管理,它主要分为学生级权限、办公人员权限级、班级干部级权限和管理员级权限四个权限级别。本系统基于B/S的开发模式,前台使用JSP技术开发实现,服务器为Tomcat5.0, 数据库使用Microsoft SQL SERVER 2000,并采用JDBC-ODBC桥接技术进行数据库连接。 全面地阐述了系统开发的分析和设计过程,包括业务分析、数据流分析、数据库设计和软件结构设计等;详细描述了各子系统的实现,其中包括:学生之家子系统、办公人员子系统、班级干部子系统和系统管理子系统;
Platform: | Size: 10790912 | Author: 芦苇 | Hits:

[JSP/JavaEnterprise

Description: JSP+JavaBean+SQL Server 20,00 实现,JDBC-ODBC桥接器,数据库连接方式的比较 -JSP+JavaBean+SQL Server 20,00
Platform: | Size: 261120 | Author: 张三 | Hits:
« 12 3 4 »

CodeBus www.codebus.net